type runtime.activeSweep

8 uses

	runtime (current package)
		mgcsweep.go#L43: 	active activeSweep
		mgcsweep.go#L127: type activeSweep struct {
		mgcsweep.go#L149: func (a *activeSweep) begin() sweepLocker {
		mgcsweep.go#L163: func (a *activeSweep) end(sl sweepLocker) {
		mgcsweep.go#L191: func (a *activeSweep) markDrained() bool {
		mgcsweep.go#L204: func (a *activeSweep) sweepers() uint32 {
		mgcsweep.go#L211: func (a *activeSweep) isDone() bool {
		mgcsweep.go#L218: func (a *activeSweep) reset() {